home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / DCPLIB.H < prev    next >
C/C++ Source or Header  |  1991-10-05  |  175b  |  11 lines

  1. /*
  2.    dcplib.h
  3.  
  4.    System dependent (non-communications related) routines for
  5.    UUPC.
  6. */
  7.  
  8. extern CONN_STATE login(void);
  9.  
  10. CONN_STATE loginbypass(const char *user);
  11.